home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2001 May
/
may_2001.iso
/
intercd
/
root
/
Html
/
^stIHEditor
/
setup.exe
/
{app}
/
tinyweb
/
CGITEST.ZIP
/
HELLO.PL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
306 b
|
13 lines
##########################################################################
##
## CGI Testing Example
##
## Copyright (C) 1997-2000 RIT Research Labs
##
##########################################################################
print "Content-Type: text/html\n\n";
print "Hello, World!\n";